From 1896723055a7d48b83d6fe48fd58ff7d02657c79 Mon Sep 17 00:00:00 2001 From: Yanase Yuki Date: Tue, 3 Jun 2025 19:07:30 +0900 Subject: [PATCH] crowdsec-firewall-bouncer: fix json file Fix json file error found by ESLint. Signed-off-by: Yanase Yuki --- .../share/luci/menu.d/luci-app-crowdsec-firewall-bouncer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-crowdsec-firewall-bouncer/root/usr/share/luci/menu.d/luci-app-crowdsec-firewall-bouncer.json b/applications/luci-app-crowdsec-firewall-bouncer/root/usr/share/luci/menu.d/luci-app-crowdsec-firewall-bouncer.json index 12bc1631c5..5ae7002dfc 100644 --- a/applications/luci-app-crowdsec-firewall-bouncer/root/usr/share/luci/menu.d/luci-app-crowdsec-firewall-bouncer.json +++ b/applications/luci-app-crowdsec-firewall-bouncer/root/usr/share/luci/menu.d/luci-app-crowdsec-firewall-bouncer.json @@ -9,5 +9,5 @@ "depends": { "acl": [ "luci-app-crowdsec-firewall-bouncer" ] } - }, + } } -- 2.30.2